x86/hvm: re-name struct hvm_mmio_handler to hvm_mmio_ops
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 24 Jun 2015 15:53:36 +0000 (17:53 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 24 Jun 2015 15:53:36 +0000 (17:53 +0200)
commitfcc0986c7abec04df211c49d741e0b8970adb242
tree69c9193a92a021f9b0c6af483ecadad884babc2c
parentc528edb5df0a4325141df13e07bd2eee742b32bf
x86/hvm: re-name struct hvm_mmio_handler to hvm_mmio_ops

The struct just contains three methods and no data, so the name
hvm_mmio_ops more accurately reflects its content. A subsequent patch
introduces a new structure which more accurately warrants the name
hvm_mmio_handler so doing the rename in this purely cosmetic patch avoids
conflating functional and cosmetic changes in a single patch.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
tools/tests/vhpet/emul.h
tools/tests/vhpet/main.c
xen/arch/x86/hvm/hpet.c
xen/arch/x86/hvm/intercept.c
xen/arch/x86/hvm/vioapic.c
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/hvm/vmsi.c
xen/drivers/passthrough/amd/iommu_guest.c
xen/include/asm-x86/hvm/io.h